home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / misc / ramsey.readme < prev    next >
Encoding:
Text File  |  1992-08-14  |  2.3 KB  |  87 lines

  1. Short: A tool to view/alter RAMSEY settings.
  2.  
  3.                                RAMSEY
  4.                               ========
  5.  
  6.                  Supervisor Software RAMSEY utility
  7.                       for Amiga 3000 computers
  8.  
  9.                             version  1.02
  10.  
  11.  
  12.  
  13.  
  14. This little program allows you to view, set, and reset the control bits
  15. of RAMSEY DRAM controller in A3000.   This program is a replacement for
  16. a freely  distributable  program called SetRamsey,  which seems to have
  17. some bugs (at least the version 1.02 does).
  18.  
  19. Usage: ramsey [[NO]Page] [[NO]Burst] [[NO]Wrap] [Show]
  20.  
  21. All command line arguments are optional.  With no arguments, Ramsey
  22. lists the current configuration of RAMSEY:
  23.  
  24. Fast1:Asm/Sources/Ramsey 8> ramsey
  25. RAMSEY: NOPage Burst NOWrap
  26.  
  27.  
  28. To get help of the command line arguments, type "ramsey ?", "ramsey ??"
  29. or "ramsey ???".
  30.  
  31. Fast1:Asm/Sources/Ramsey 8> ramsey ???
  32. *** Ramsey v1.02 ***
  33.  
  34. © 1991 Supervisor Software
  35. Written by JM, August 13, 1991
  36.  
  37. Usage: ramsey [[NO]Page] [[NO]Burst] [[NO]Wrap] [Show]
  38.  
  39. This command can be used to set and read the RAMSEY DRAM controller
  40. bits on Amiga 3000.
  41.  
  42. Arguments (lower case chars optional):
  43.  [NO]Page       control page mode operation
  44.  [NO]Burst      control burst mode operation
  45.  [NO]Wrap       control burst wrapping
  46.  Show           list the current RAMSEY settings
  47.  
  48.  
  49.  
  50. The lower case  characters of the command line arguments  are optional,
  51. so "nop",  "nopag",  or "nopage" will all turn page mode off.  The Show
  52. command  lists the RAMSEY  revision number  and current RAMSEY settings
  53. including DRAM type and refresh time interval.
  54. Please refer to Amiga 3000  techinal documentation for more information
  55. on the control bits and their meanings.
  56.  
  57.  
  58. Please send any comments, bug reports and benchmark results to
  59.  
  60.     jmarin@uku.fi
  61.  
  62.          or
  63.  
  64.     Jukka Marin
  65.     Metsurintie 17 B 8
  66.     70150 Kuopio
  67.     FINLAND
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78. A quote from Dave Haynie:
  79.  
  80.  
  81. "The 68030 will always request 4
  82.  longword values during a burst sequence.  However, if initial longword
  83.  is not aligned on a quad longword boundary (A3,A2 not equal to 0,0), the
  84.  68030 will read in data which is behind the first data it asked for.
  85.  Since it is less likely that this data will actually be needed, RAMSEY can
  86.  stop the burst sequence after the data with A3,A2=1,1 is accessed."
  87.